home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / dev / lang / SlimPython.lha / SlimPython / Objects / protos / object.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-04-25  |  100 b   |  3 lines

  1. static PyObject *do_cmp ( PyObject *v , PyObject *w );
  2. static PyObject *none_repr ( PyObject *op );
  3.